home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue27 / controls / DRAGUNIT.DFM / DRAGUNIT.txt
Encoding:
Text File  |  1997-09-17  |  4.3 KB  |  218 lines

  1. object Form1: TForm1
  2.   Left = 342
  3.   Top = 136
  4.   Width = 249
  5.   Height = 217
  6.   Caption = 'Drag race!'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   TextHeight = 14
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 33
  18.     Width = 241
  19.     Height = 124
  20.     Align = alClient
  21.     BevelOuter = bvLowered
  22.     Font.Color = clWindowText
  23.     Font.Height = -12
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object Button1: TButton
  29.       Left = 4
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = '1'
  34.       Enabled = False
  35.       TabOrder = 0
  36.       OnMouseDown = ButtonMouseDown
  37.       OnMouseUp = ButtonMouseUp
  38.     end
  39.     object Button2: TButton
  40.       Left = 84
  41.       Top = 8
  42.       Width = 75
  43.       Height = 25
  44.       Caption = '2'
  45.       Enabled = False
  46.       TabOrder = 1
  47.       OnMouseDown = ButtonMouseDown
  48.       OnMouseUp = ButtonMouseUp
  49.     end
  50.     object Button3: TButton
  51.       Left = 162
  52.       Top = 8
  53.       Width = 75
  54.       Height = 25
  55.       Caption = '3'
  56.       Enabled = False
  57.       TabOrder = 2
  58.       OnMouseDown = ButtonMouseDown
  59.       OnMouseUp = ButtonMouseUp
  60.     end
  61.     object Button4: TButton
  62.       Left = 4
  63.       Top = 36
  64.       Width = 75
  65.       Height = 25
  66.       Caption = '4'
  67.       Enabled = False
  68.       TabOrder = 3
  69.       OnMouseDown = ButtonMouseDown
  70.       OnMouseUp = ButtonMouseUp
  71.     end
  72.     object Button5: TButton
  73.       Left = 84
  74.       Top = 36
  75.       Width = 75
  76.       Height = 25
  77.       Caption = '5'
  78.       Enabled = False
  79.       TabOrder = 4
  80.       OnMouseDown = ButtonMouseDown
  81.       OnMouseUp = ButtonMouseUp
  82.     end
  83.     object Button6: TButton
  84.       Left = 162
  85.       Top = 36
  86.       Width = 75
  87.       Height = 25
  88.       Caption = '6'
  89.       Enabled = False
  90.       TabOrder = 5
  91.       OnMouseDown = ButtonMouseDown
  92.       OnMouseUp = ButtonMouseUp
  93.     end
  94.     object Button7: TButton
  95.       Left = 4
  96.       Top = 64
  97.       Width = 75
  98.       Height = 25
  99.       Caption = '7'
  100.       Enabled = False
  101.       TabOrder = 6
  102.       OnMouseDown = ButtonMouseDown
  103.       OnMouseUp = ButtonMouseUp
  104.     end
  105.     object Button8: TButton
  106.       Left = 84
  107.       Top = 64
  108.       Width = 75
  109.       Height = 25
  110.       Caption = '8'
  111.       Enabled = False
  112.       TabOrder = 7
  113.       OnMouseDown = ButtonMouseDown
  114.       OnMouseUp = ButtonMouseUp
  115.     end
  116.     object Button9: TButton
  117.       Left = 162
  118.       Top = 64
  119.       Width = 75
  120.       Height = 25
  121.       Caption = '9'
  122.       Enabled = False
  123.       TabOrder = 8
  124.       OnMouseDown = ButtonMouseDown
  125.       OnMouseUp = ButtonMouseUp
  126.     end
  127.     object Button10: TButton
  128.       Left = 4
  129.       Top = 92
  130.       Width = 75
  131.       Height = 25
  132.       Caption = '10'
  133.       Enabled = False
  134.       TabOrder = 9
  135.       OnMouseDown = ButtonMouseDown
  136.       OnMouseUp = ButtonMouseUp
  137.     end
  138.     object Button11: TButton
  139.       Left = 84
  140.       Top = 92
  141.       Width = 75
  142.       Height = 25
  143.       Caption = '11'
  144.       Enabled = False
  145.       TabOrder = 10
  146.       OnMouseDown = ButtonMouseDown
  147.       OnMouseUp = ButtonMouseUp
  148.     end
  149.     object Button12: TButton
  150.       Left = 162
  151.       Top = 92
  152.       Width = 75
  153.       Height = 25
  154.       Caption = '12'
  155.       Enabled = False
  156.       TabOrder = 11
  157.       OnMouseDown = ButtonMouseDown
  158.       OnMouseUp = ButtonMouseUp
  159.     end
  160.   end
  161.   object PnlDisplay: TPanel
  162.     Left = 0
  163.     Top = 157
  164.     Width = 241
  165.     Height = 33
  166.     Align = alBottom
  167.     BevelOuter = bvLowered
  168.     Font.Color = clWindowText
  169.     Font.Height = -13
  170.     Font.Name = 'Arial'
  171.     Font.Style = [fsBold]
  172.     ParentFont = False
  173.     TabOrder = 1
  174.   end
  175.   object PnlControls: TPanel
  176.     Left = 0
  177.     Top = 0
  178.     Width = 241
  179.     Height = 33
  180.     Align = alTop
  181.     BevelOuter = bvLowered
  182.     TabOrder = 2
  183.     object BtnStart: TSpeedButton
  184.       Left = 72
  185.       Top = 4
  186.       Width = 93
  187.       Height = 25
  188.       Caption = 'Start !'
  189.       Font.Color = clBlack
  190.       Font.Height = -13
  191.       Font.Name = 'Arial'
  192.       Font.Style = [fsBold]
  193.       NumGlyphs = 2
  194.       ParentFont = False
  195.       OnClick = BtnStartClick
  196.     end
  197.     object LblTimer: TLabel
  198.       Left = 8
  199.       Top = 8
  200.       Width = 28
  201.       Height = 15
  202.       Caption = 'Time'
  203.       Font.Color = clBlack
  204.       Font.Height = -12
  205.       Font.Name = 'Arial'
  206.       Font.Style = [fsBold]
  207.       ParentFont = False
  208.     end
  209.   end
  210.   object Timer1: TTimer
  211.     Enabled = False
  212.     Interval = 100
  213.     OnTimer = Timer1Timer
  214.     Left = 200
  215.     Top = 8
  216.   end
  217. end
  218.